home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / BLUEPONY / READTEX.H < prev   
Encoding:
C/C++ Source or Header  |  1998-08-12  |  155 b   |  11 lines

  1. /* readtex.h */
  2.  
  3. #ifndef READTEX_H
  4. #define READTEX_H
  5.  
  6. #include <GL/gl.h>
  7.  
  8. extern GLboolean LoadRGBMipmaps(const char *imageFile, GLint intFormat);
  9.  
  10. #endif
  11.